home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TVIEWMODESETUP / TVIEWMODESETUP.txt
Text File  |  2004-10-12  |  8KB  |  313 lines

  1. object ViewModeSetup: TViewModeSetup
  2.   Left = 339
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 3
  6.   Caption = 'View Mode Setup'
  7.   ClientHeight = 548
  8.   ClientWidth = 513
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object pBottom: TPanel
  23.     Left = 0
  24.     Top = 502
  25.     Width = 513
  26.     Height = 48
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     TabOrder = 1
  30.     object btnOK: TButton
  31.       Left = 167
  32.       Top = 10
  33.       Width = 110
  34.       Height = 31
  35.       Caption = '&OK'
  36.       Default = True
  37.       ModalResult = 1
  38.       TabOrder = 0
  39.       OnClick = btnOKClick
  40.     end
  41.     object btnCancel: TButton
  42.       Left = 286
  43.       Top = 10
  44.       Width = 109
  45.       Height = 31
  46.       Cancel = True
  47.       Caption = 'Cancel'
  48.       ModalResult = 2
  49.       TabOrder = 1
  50.     end
  51.     object btnHelp: TButton
  52.       Left = 404
  53.       Top = 10
  54.       Width = 109
  55.       Height = 31
  56.       Caption = '&Help'
  57.       Enabled = False
  58.       TabOrder = 2
  59.     end
  60.   end
  61.   object pTop: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 513
  65.     Height = 502
  66.     Align = alTop
  67.     BevelOuter = bvNone
  68.     TabOrder = 0
  69.     object pcVM: TPageControl
  70.       Left = 0
  71.       Top = 0
  72.       Width = 513
  73.       Height = 497
  74.       ActivePage = tsGeneral
  75.       TabOrder = 0
  76.       object tsGeneral: TTabSheet
  77.         Caption = 'General'
  78.         object pMain: TPanel
  79.           Left = 0
  80.           Top = 55
  81.           Width = 505
  82.           Height = 408
  83.           Align = alTop
  84.           BevelOuter = bvNone
  85.           TabOrder = 1
  86.           object Label4: TLabel
  87.             Left = 276
  88.             Top = 273
  89.             Width = 45
  90.             Height = 16
  91.             Caption = 'S&ort by:'
  92.             FocusControl = cobSortBy
  93.           end
  94.           object Label3: TLabel
  95.             Left = 276
  96.             Top = 143
  97.             Width = 81
  98.             Height = 16
  99.             Caption = '&Column width:'
  100.             FocusControl = eWidth
  101.           end
  102.           object Label2: TLabel
  103.             Left = 10
  104.             Top = 118
  105.             Width = 55
  106.             Height = 16
  107.             Caption = 'Co&lumns:'
  108.             FocusControl = clbColumns
  109.           end
  110.           object Label1: TLabel
  111.             Left = 10
  112.             Top = 64
  113.             Width = 65
  114.             Height = 16
  115.             Caption = '&Thread by:'
  116.             FocusControl = cobThreadBy
  117.           end
  118.           object eWidth: TXSpinEdit
  119.             Left = 384
  120.             Top = 138
  121.             Width = 110
  122.             Height = 24
  123.             TabOrder = 4
  124.             Text = '0'
  125.             OnChange = eWidthChange
  126.             MinValue = 0
  127.             MaxValue = 10000
  128.             Value = 0
  129.             Step = 1
  130.           end
  131.           object cobSortBy: TComboBox
  132.             Left = 276
  133.             Top = 298
  134.             Width = 218
  135.             Height = 24
  136.             Style = csDropDownList
  137.             DropDownCount = 20
  138.             ItemHeight = 16
  139.             TabOrder = 7
  140.           end
  141.           object cobThreadBy: TComboBox
  142.             Left = 10
  143.             Top = 82
  144.             Width = 484
  145.             Height = 24
  146.             Style = csDropDownList
  147.             ItemHeight = 16
  148.             TabOrder = 2
  149.             OnChange = cobThreadByChange
  150.             Items.Strings = (
  151.               'None'
  152.               'References'
  153.               'Subject'
  154.               'Sender'
  155.               'Recipient')
  156.           end
  157.           object clbColumns: TCheckListBox
  158.             Left = 10
  159.             Top = 143
  160.             Width = 252
  161.             Height = 261
  162.             OnClickCheck = clbColumnsClickCheck
  163.             DragMode = dmAutomatic
  164.             ItemHeight = 16
  165.             TabOrder = 3
  166.             OnClick = clbColumnsSelChanged
  167.             OnDragDrop = clbColumnsDragDrop
  168.             OnDragOver = clbColumnsDragOver
  169.           end
  170.           object btnUp: TButton
  171.             Tag = -1
  172.             Left = 271
  173.             Top = 182
  174.             Width = 99
  175.             Height = 31
  176.             Caption = 'Move &up'
  177.             Enabled = False
  178.             TabOrder = 5
  179.             OnClick = btnUpClick
  180.           end
  181.           object btnDown: TButton
  182.             Tag = 1
  183.             Left = 384
  184.             Top = 182
  185.             Width = 110
  186.             Height = 31
  187.             Caption = 'Move &down'
  188.             Enabled = False
  189.             TabOrder = 6
  190.             OnClick = btnDownClick
  191.           end
  192.           object cbExpandAllThreads: TCheckBox
  193.             Left = 10
  194.             Top = 4
  195.             Width = 479
  196.             Height = 21
  197.             Caption = '&Expand all threads'
  198.             TabOrder = 0
  199.           end
  200.           object cbAutoSize: TCheckBox
  201.             Left = 10
  202.             Top = 33
  203.             Width = 474
  204.             Height = 21
  205.             Caption = '&AutoSize'
  206.             TabOrder = 1
  207.           end
  208.           object cbReverseOrder: TCheckBox
  209.             Left = 276
  210.             Top = 338
  211.             Width = 218
  212.             Height = 21
  213.             Caption = 'De&scending order'
  214.             TabOrder = 8
  215.           end
  216.           object cbNewThreadSorting: TCheckBox
  217.             Left = 276
  218.             Top = 364
  219.             Width = 213
  220.             Height = 21
  221.             Caption = 'Ne&w thread sorting'
  222.             TabOrder = 9
  223.           end
  224.         end
  225.         object pVMSpecific: TPanel
  226.           Left = 0
  227.           Top = 0
  228.           Width = 505
  229.           Height = 55
  230.           Align = alTop
  231.           BevelOuter = bvNone
  232.           TabOrder = 0
  233.           object Label5: TLabel
  234.             Left = 9
  235.             Top = 4
  236.             Width = 40
  237.             Height = 16
  238.             Caption = '&Name:'
  239.             FocusControl = edName
  240.           end
  241.           object edName: TEdit
  242.             Left = 9
  243.             Top = 23
  244.             Width = 480
  245.             Height = 26
  246.             AutoSize = False
  247.             TabOrder = 0
  248.             OnChange = edNameChange
  249.           end
  250.         end
  251.       end
  252.       object tsFilters: TTabSheet
  253.         Caption = 'Filter'
  254.         ImageIndex = 1
  255.         inline cfFilter: TConditionFrame
  256.           Left = 0
  257.           Top = 31
  258.           Width = 505
  259.           Height = 435
  260.           Align = alClient
  261.           TabOrder = 0
  262.           inherited pnButtons: TPanel
  263.             Top = 407
  264.             Width = 505
  265.             Height = 28
  266.             inherited bAdd: TSpeedButton
  267.               Left = 15
  268.               Width = 92
  269.               Height = 27
  270.             end
  271.             inherited bBlock: TSpeedButton
  272.               Left = 98
  273.               Width = 93
  274.               Height = 27
  275.             end
  276.             inherited bDelete: TSpeedButton
  277.               Left = 192
  278.               Width = 92
  279.               Height = 27
  280.             end
  281.           end
  282.           inherited pnIF: TPanel
  283.             Width = 505
  284.             Height = 407
  285.             inherited sbIF: TScrollBox
  286.               Width = 501
  287.               Height = 403
  288.             end
  289.           end
  290.         end
  291.         object Panel1: TPanel
  292.           Left = 0
  293.           Top = 0
  294.           Width = 505
  295.           Height = 31
  296.           Align = alTop
  297.           BevelOuter = bvNone
  298.           TabOrder = 1
  299.           object cbUseFilter: TCheckBox
  300.             Left = 5
  301.             Top = 5
  302.             Width = 538
  303.             Height = 21
  304.             Caption = 'Use filter'
  305.             TabOrder = 0
  306.             OnClick = cbUseFilterClick
  307.           end
  308.         end
  309.       end
  310.     end
  311.   end
  312. end
  313.